Docs & MCP docs context#265
Conversation
0eadf92 to
fc5706c
Compare
🦋 Changeset detectedLatest commit: fff20e7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #265 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 71 71
Lines 827 827
Branches 134 135 +1
=========================================
Hits 827 827 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull Request Overview
This PR focuses on adding extensive new documentation for Sei Global Wallet integrations and MCP server usage while also enforcing formatting consistency across the repo via biome format. Key changes include:
- New and updated docs files for Sei Global Wallet integrations (e.g. Web3-React, RainbowKit, etc.) and precompiles.
- Improvements to type safety and consistency in core services, tests, and configuration files.
- Updates to package.json scripts and dependencies for better development and documentation workflows.
Reviewed Changes
Copilot reviewed 76 out of 82 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| typedoc.config.js | Reformatted entryPoints into a clean multiline array structure. |
| packages/sei-global-wallet/src/lib/wallet.ts | Converted GlobalWalletClient import to a type-only import for improved type safety. |
| packages/registry/** | Replaced forEach loops with for-of loops for clearer iteration in tests. |
| packages/mcp-server/** | Updated type imports, error handling, and contract parameter types to enhance maintainability and type safety. |
| packages/create-sei/src/main.ts | Updated Node built-in package import paths and refined regex in directory name validation. |
| package.json | Modified scripts for documentation generation and added new dependencies for enhanced tooling. |
| docs/** | Added comprehensive documentation files covering multiple wallet integrations and precompile usage. |
Comments suppressed due to low confidence (2)
packages/create-sei/src/main.ts:89
- Ensure that the removal of the '\x00-\x1F' control character range from the illegal characters regex is intentional, as allowing control characters might lead to unexpected directory name issues.
const illegalRe = /[<>:"/\\|?*]/g;
4b72854 to
1e48c30
Compare
This PR adds new documentation at https://sei-js.docs.sei.io and adds these docs to
@sei-js/mcp-server.Additionally this PR runs biome format on the repo for consistency across future PRs